body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  margin: 1rem;
  line-height: 1.6;
}

.sponsor-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.sponsor-logos figure {
  margin: 0;
}

.sponsor-logos img {
  max-width: 100%;
  height: auto;
}

.funding-section {
  margin: 1rem auto;
  padding: 1rem 1rem;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  background-color: #ffffff;
}

.section-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 2rem;
}

.contact-block {
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
}

.contact-block p {
  margin: 0.3rem 0;
}

a:link {
  color: #0000ff;
}

a:visited {
  color: #800080;
}

.funding-intro {
  margin: 1rem auto;
  padding: 1rem;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  background-color: #ffffff;
}

.funding-intro p {
  margin-bottom: 1rem;
  text-align: left;
}

.intro-heading {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.funding-region {
  text-align: center;
  margin: 3rem auto;
  font-family: "Times New Roman", Times, serif;
}

.section-divider {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
}

.section-mark {
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
}

.region-heading {
  color: red;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 1.5rem 0;
}
.funding-list {
  list-style-type: none;
  padding-left: 0;
  margin: 2rem auto;
  max-width: 1600px;
  text-align: left;
}

.funding-entry {
  margin-bottom: 2rem;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.6;
  color: #000000;
}

.funding-entry {
  margin: 2rem auto;
  max-width: 1600px;
  text-align: left;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  line-height: 1.6;
}

.funding-entry p {
  margin-bottom: 0.5rem;
}

.funding-entry ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0;
}

.funding-entry li {
  margin-bottom: 1rem;
}